LOAD ICON

This command will load an icon into memory

  Syntax
Return DWORD=LOAD ICON(Icon Filename)
  Parameters
Icon Filename
String
The filename of the icon to load

  Returns

This value is a positive number between 0 and 4294967295.

  Example Code
iconhandle as DWORD
iconhandle=load icon("lee.ico")
delete icon iconhandle
wait key
end
  See also

IMAGE Commands Menu
Index